home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / August 96 / Re FW_CString < prev    next >
Encoding:
Internet Message Format  |  1996-08-20  |  864 b   |  [TEXT/ttxt]

  1. Subject:     Re: FW_CString
  2. Sent:        8/20/96 8:40 AM
  3. Received:    8/20/96 9:16 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >There does not appear to be a coversion for FW_CString to and from a
  9. >pascal string.  Why is that?  After all this is the Mac!
  10. >
  11. >Walter
  12.  
  13. To export use FW_CString::ExportPascal and to import use 
  14. FW_CString::ReplaceAll(FW_PascalChar* buffer) or the constructor taking a 
  15. const char* and a FW_ByteCount.
  16.  
  17. ........................................................................
  18.  Henri Lamiraux                                      lamiraux@apple.com
  19.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  20. ........................................................................
  21.  
  22.  
  23.